home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This batch file will attempt to install the Software Innovations
- echo evaluation-copy FTPD service. You must run this as `administrator'.
- pause
- echo We start by trying to stop and de-install any old version.
- echo You can ignore any error messages below.
- NET STOP FTPD
- FTPDDEL
- echo Now, copy the new files into place. Note that the Control Panel,
- echo and Event Logger must not be running. Any error messages below
- echo indicate a serious problem with the installation.
- pause
- copy FTPDserv.exe %SYSTEMROOT%\system32
- copy FTPDmsgs.dll %SYSTEMROOT%\system32
- copy secure.dll %SYSTEMROOT%\system32
- copy FTPDctl.cpl %SYSTEMROOT%\system32
- echo Installing Service...
- FTPDINST
- echo Done.